Printing Facility in TU/e
During printing multiple datasets are being recorded:
* Water flow L/min
* Pump speed RPM
* Water temperature
* Pump temperature
* X Y Z coordinates
A script is made that reads in the .csv file from the local folder where the data is saved and the outputs are graphs for waterflow, pump frequency, water and pump temperatures.
In addition XYZ coordinates are saved - for this a script is made to save these coordinates as .txt file that can be used as input in Rhino/Grasshopper to visualize a print path. A g-code is used to make a toolpath for the printer. A cript is also made to evaluate the script for visualizing a print path beforehand.
Finally a plotting script is done to read in pull-out results and make graphs out of it.
M-Tech Connect
M-Tech Connect
M-Tech Connect
M-Tech Connect
For printing a script is prepared for each object, where all the necessary data is given. In that script the following values are given:
* Z-offset
* Decrease in layers
* Amount of layers
* Starting location
* Printing Speed
* Rotation
* Coordinate system in G-code
Because we are printing multiple objects in one session, it can get confusing where what is printed, what is the workflow and what are overall properties for each object. The goal for this part is that uploaded scripts are projected in 2D on the printbed, so you can see the layout of the print session with the properties.
Scripting example
Simple pull-out test data analyser. From the pull out-test we get a data file with load and displacement. Output is a load-displacement graph for multiple samples.